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
/
std_inject.rs
Age
Commit message (
Expand
)
Author
Lines
2015-10-01
Stop re-exporting AttrStyle's variants and rename them.
Ms2ger
-1
/
+1
2015-08-28
Move ExpnInfo to Name
Manish Goregaokar
-3
/
+2
2015-08-27
Enumify CompilerExpansion in ExpnInfo
Manish Goregaokar
-2
/
+1
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-30
/
+29
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-2
/
+1
2015-07-05
Feature-gate #[prelude_import].
Eduard Burtescu
-15
/
+33
2015-03-27
Unquote all crate names without underscores
Richo Healey
-1
/
+1
2015-03-24
rustc: Add support for `extern crate foo as bar`
Alex Crichton
-3
/
+3
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-3
/
+3
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-5
/
+6
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-18
Fallout: remove unused type and region parameters.
Niko Matsakis
-5
/
+6
2015-02-07
Fake up #![no_std] on pretty-printing; keep it out of AST
Keegan McAllister
-13
/
+0
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-1
/
+1
2015-01-21
syntax: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-32
/
+14
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-13
/
+0
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-4
/
+17
2015-01-07
Preliminary feature staging
Brian Anderson
-16
/
+5
2015-01-07
use slicing sugar
Jorge Aparicio
-4
/
+4
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-4
/
+4
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-16
/
+2
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+7
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-4
/
+4
2014-11-20
Remove libnative
Aaron Turon
-28
/
+3
2014-11-06
Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...
Niko Matsakis
-5
/
+2
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-2
/
+2
2014-09-17
move std_inject to libsyntax
Nick Cameron
-0
/
+235