index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-20
introduce 'type AttrVec'
Mazdak Farrokhzad
-1
/
+0
2019-12-06
Use `to_option` in various places
varkor
-0
/
+1
2019-12-03
Move ParseSess to librustc_session
Mark Rousskov
-1
/
+1
2019-12-02
syntax: Introduce a struct `MacArgs` for macro arguments
Vadim Petrochenkov
-0
/
+1
2019-11-30
move GateIssue to rustc_feature & simplify emit_feature_err
Mazdak Farrokhzad
-4
/
+1
2019-11-30
move UnstableFeatures -> rustc_feature
Mazdak Farrokhzad
-1
/
+1
2019-11-30
inline two explanation constants
Mazdak Farrokhzad
-1
/
+0
2019-11-30
builtin_attrs.rs -> rustc_feature
Mazdak Farrokhzad
-6
/
+0
2019-11-30
move is_builtin_attr to syntax::attr
Mazdak Farrokhzad
-1
/
+1
2019-11-30
simplify gated cfgs logic
Mazdak Farrokhzad
-1
/
+1
2019-11-30
move AttributeTemplate to builtin_attrs
Mazdak Farrokhzad
-1
/
+1
2019-11-30
move Stability to rustc_feature
Mazdak Farrokhzad
-1
/
+1
2019-11-30
introduce crate rustc_feature and move active, accepted, and removed to it
Mazdak Farrokhzad
-1
/
+14
2019-11-23
Derive HashStable for TokenKind.
Camille GILLOT
-4
/
+1
2019-11-23
Rename StableHashingContextLike to HashStableContext.
Camille GILLOT
-1
/
+1
2019-11-22
Invert implementations for TokenKind.
Camille GILLOT
-1
/
+4
2019-11-22
Export HashStable for DelimSpan, Lit and Path.
Camille GILLOT
-1
/
+1
2019-11-22
Add StableHashingContextLike to HashStable_Generic derive.
Camille GILLOT
-0
/
+5
2019-11-15
Move JSON emitter to rustc_errors
Mark Rousskov
-2
/
+0
2019-11-15
Move SourceMap to syntax_pos
Mark Rousskov
-1
/
+1
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-2
/
+0
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-5
/
+2
2019-11-10
move config.rs to libsyntax_expand
Mazdak Farrokhzad
-4
/
+0
2019-11-07
move syntax::{parse::literal -> util::literal}
Mazdak Farrokhzad
-0
/
+1
2019-11-07
move syntax::parse::lexer::comments -> syntax::util::comments
Mazdak Farrokhzad
-0
/
+1
2019-11-07
move parse::classify -> util::classify
Mazdak Farrokhzad
-0
/
+1
2019-11-07
syntax::parser::token -> syntax::token
Mazdak Farrokhzad
-0
/
+1
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-0
/
+1
2019-10-27
syntax/attr: reduce reliance on parser
Mazdak Farrokhzad
-2
/
+1
2019-10-25
move panictry! to where it is used.
Mazdak Farrokhzad
-17
/
+0
2019-10-20
typo fix
guanqun
-1
/
+1
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-40
/
+1
2019-10-15
syntax::parse::sess -> syntax::sess
Mazdak Farrokhzad
-0
/
+1
2019-10-13
simplify integer_lit
Mazdak Farrokhzad
-0
/
+1
2019-10-08
Stabilize mem::take (mem_take)
Jon Gjengset
-1
/
+0
2019-09-29
remove bit_set re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-25
Snap cfgs to new beta
Mark Rousskov
-1
/
+0
2019-09-24
Rollup merge of #64689 - matklad:refactor-mbe, r=petrochenkov
Mazdak Farrokhzad
-7
/
+2
2019-09-22
move mbe module to a separate file
Aleksey Kladov
-7
/
+1
2019-09-22
rename tt -> mbe, part 2
Aleksey Kladov
-2
/
+2
2019-09-22
reduce visibility of a bunch of stuff in ext::tt
Aleksey Kladov
-6
/
+7
2019-09-17
Privatize DiagnosticBuilder constructors
Mark Rousskov
-2
/
+2
2019-09-08
Dont use gate bind_by_move_pattern_guards internally.
Mazdak Farrokhzad
-1
/
+1
2019-09-05
Remove rustc_diagnostic_macros feature
Mark Rousskov
-1
/
+0
2019-09-05
Replace diagnostic plugins with macro_rules
Mark Rousskov
-5
/
+0
2019-08-20
Remove serialization of diagnostics to files
Mark Rousskov
-1
/
+0
2019-08-02
libsyntax: Unconfigure tests during normal build
Vadim Petrochenkov
-5
/
+3
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-2
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-07-27
Move standard library injection into libsyntax_ext
Vadim Petrochenkov
-1
/
+0
[next]