rust/src/libsyntax
Tamir Duberstein 231d9e7e5d
Remove rustc_bitflags; use the bitflags crate
2017-09-17 14:19:24 -04:00
..
diagnostics Make fields of `Span` private 2017-08-30 01:38:54 +03:00
ext Rollup merge of #44088 - bjorn3:better_trace_macros, r=jseyfried 2017-09-17 13:19:00 +02:00
parse Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
print pprust: fix parenthesization of exprs 2017-09-06 10:26:51 -04:00
util pprust: increase precedence of block-like exprs 2017-09-07 10:28:31 -04:00
Cargo.toml Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
abi.rs add thiscall calling convention support 2017-05-24 16:40:03 -04:00
ast.rs Remove trailing white space 2017-09-05 18:46:21 -07:00
attr.rs honor #[rustc_const_unstable] attributes 2017-09-13 15:07:17 +00:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
codemap.rs Make fields of `Span` private 2017-08-30 01:38:54 +03:00
config.rs Make fields of `Span` private 2017-08-30 01:38:54 +03:00
diagnostic_list.rs honor #[rustc_const_unstable] attributes 2017-09-13 15:07:17 +00:00
entry.rs Cleanup `InternedString`. 2016-11-21 09:00:56 +00:00
feature_gate.rs honor #[rustc_const_unstable] attributes 2017-09-13 15:07:17 +00:00
fold.rs Implement RFC 1925 2017-09-01 12:46:37 -05:00
json.rs Make fields of `Span` private 2017-08-30 01:38:54 +03:00
lib.rs Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
ptr.rs Replace some matches with try. 2017-06-07 12:15:39 +09:00
show_span.rs use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
std_inject.rs Make fields of `Span` private 2017-08-30 01:38:54 +03:00
str.rs syntax: Copy unstable str::char_at into libsyntax 2015-04-21 10:23:53 -07:00
test.rs Make fields of `Span` private 2017-08-30 01:38:54 +03:00
test_snippet.rs Make fields of `Span` private 2017-08-30 01:38:54 +03:00
tokenstream.rs Make fields of `Span` private 2017-08-30 01:38:54 +03:00
visit.rs Remove support for `gen arg` 2017-07-28 15:46:26 +02:00