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
/
ext
Age
Commit message (
Expand
)
Author
Lines
2018-08-02
Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton
bors
-3
/
+26
2018-08-02
Auto merge of #52890 - djrenren:test-visibility, r=petrochenkov
bors
-5
/
+62
2018-08-01
Use the correct allow
John Renner
-3
/
+3
2018-08-01
Allow test imports to go unused
John Renner
-1
/
+15
2018-08-01
resolve: Implement prelude search for macro paths
Vadim Petrochenkov
-3
/
+26
2018-07-31
Address code review
John Renner
-5
/
+10
2018-07-31
Allow unnameable tests
John Renner
-8
/
+28
2018-07-30
Reexport tests without polluting namespaces
John Renner
-1
/
+19
2018-07-27
Prefer to_string() to format!()
ljedrz
-2
/
+2
2018-07-23
make it a migration lint
mark
-3
/
+32
2018-07-23
Fix test and errors
mark
-266
/
+183
2018-07-23
Implement 2015 vs 2018 `?` kleene op + test
mark
-257
/
+486
2018-07-22
Auto merge of #52394 - estebank:println, r=oli-obk
bors
-10
/
+16
2018-07-21
Gate `format_args_nll` behind feature flag
Esteban Küber
-0
/
+1
2018-07-19
Improve suggestion for missing fmt str in println
Esteban Küber
-10
/
+15
2018-07-19
rustc: Fix two custom attributes with custom derive
Alex Crichton
-0
/
+17
2018-07-17
Auto merge of #52145 - ExpHP:drop-it-like-its-eof, r=nikomatsakis
bors
-1
/
+6
2018-07-16
cleanup unnecessary else
Michael Lamparski
-6
/
+4
2018-07-16
rustc: Stabilize much of the `proc_macro` feature
Alex Crichton
-4
/
+4
2018-07-15
Auto merge of #52383 - petrochenkov:pmns, r=alexcrichton
bors
-1
/
+4
2018-07-14
Functions introducing procedural macros reserve a slot in the macro namespace...
Vadim Petrochenkov
-1
/
+4
2018-07-14
Remove most of `Hash` impls from AST and HIR structures
Vadim Petrochenkov
-3
/
+3
2018-07-14
Remove most of `PartialEq` impls from AST and HIR structures
Vadim Petrochenkov
-5
/
+5
2018-07-11
Rollup merge of #52224 - ljedrz:dyn_libsyntax, r=oli-obk
Mark Rousskov
-49
/
+50
2018-07-10
Pacify tidy
ljedrz
-1
/
+2
2018-07-10
Deny bare trait objects in in src/libsyntax
ljedrz
-49
/
+49
2018-07-08
hygiene: Decouple transparencies from expansion IDs
Vadim Petrochenkov
-12
/
+6
2018-07-07
fix perf issue in macro parser
Michael Lamparski
-1
/
+8
2018-06-30
Fortify dummy span checking
Vadim Petrochenkov
-6
/
+6
2018-06-30
hygiene: Implement transparent marks
Vadim Petrochenkov
-1
/
+12
2018-06-30
expansion: Give names to some fields of `SyntaxExtension`
Vadim Petrochenkov
-20
/
+26
2018-06-28
Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum
bors
-5
/
+9
2018-06-27
Remove the now redundant CodeMap::new_filemap_with_lines() method.
Michael Woerister
-5
/
+9
2018-06-27
Implement `#[macro_export(local_inner_macros)]`
Vadim Petrochenkov
-1
/
+20
2018-06-23
hygiene: Merge `NameAndSpan` into `ExpnInfo`
Vadim Petrochenkov
-50
/
+38
2018-06-23
hygiene: Do not reset expansion info for `quote!`
Vadim Petrochenkov
-3
/
+7
2018-06-23
expansion: Add some comments
Vadim Petrochenkov
-2
/
+14
2018-06-23
expansion: Improve searchability for `AstFragments` methods
Vadim Petrochenkov
-44
/
+60
2018-06-23
expansion: Rename `Expansion` to `AstFragment`
Vadim Petrochenkov
-186
/
+198
2018-06-23
expansion: Remove unnecessary override from `impl Folder for Marker`
Vadim Petrochenkov
-5
/
+0
2018-06-21
async await desugaring and tests
Taylor Cramer
-0
/
+2
2018-06-21
Parse async fn header.
Without Boats
-3
/
+6
2018-06-20
Rename ty_param_bound to trait_bound
varkor
-2
/
+2
2018-06-20
Make GenericBound explicit
varkor
-1
/
+2
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-6
/
+6
2018-06-20
Rename TraitTyParamBound to ParamBound::Trait
varkor
-1
/
+1
2018-06-20
Remove name from GenericParamKind::Lifetime
varkor
-3
/
+1
2018-06-20
Lift bounds into GenericParam
varkor
-8
/
+8
2018-06-20
Rename structures in ast
varkor
-13
/
+13
2018-06-20
Refactor ast::GenericParam as a struct
varkor
-10
/
+17
[next]