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
2015-04-21
syntax: Copy unstable str::char_at into libsyntax
Erick Tryzelaar
-0
/
+1
2015-04-21
syntax: Remove #[feature(path_ext)]
Erick Tryzelaar
-1
/
+0
2015-04-21
syntax: remove #[feature(quote, unsafe_destructor)]
Erick Tryzelaar
-1
/
+0
2015-04-21
syntax: remove uses of `.into_cow()`
Erick Tryzelaar
-1
/
+0
2015-04-21
syntax: Remove uses of #[feature(slice_patterns)]
Erick Tryzelaar
-1
/
+0
2015-04-21
syntax: remove #![feature(box_syntax, box_patterns)]
Erick Tryzelaar
-2
/
+0
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-1
/
+0
2015-04-05
Add comments suggested by Niko
Phil Dawes
-2
/
+6
2015-04-05
Work towards a non-panicing parser (libsyntax)
Phil Dawes
-0
/
+11
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-1
/
+0
2015-03-27
rollup merge of #23794: brson/slicegate
Alex Crichton
-0
/
+1
2015-03-27
Feature gate *all* slice patterns. #23121
Brian Anderson
-0
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-1
/
+0
2015-03-27
rollup merge of #23738: alexcrichton/snapshots
Alex Crichton
-1
/
+1
2015-03-27
default => or_insert per RFC
Alexis Beingessner
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+0
2015-03-26
Register new snapshots
Alex Crichton
-1
/
+1
2015-03-23
Add generic conversion traits
Aaron Turon
-0
/
+2
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-0
/
+1
2015-03-16
std: Stabilize the Write::flush method
Alex Crichton
-1
/
+0
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-1
/
+0
2015-03-12
Stabilize std::path
Aaron Turon
-1
/
+0
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+2
2015-03-05
std: Stabilize the `fs` module
Alex Crichton
-1
/
+1
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-0
/
+3
2015-02-27
std: Stabilize the `env` module
Alex Crichton
-1
/
+0
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+0
2015-02-17
std: Rename io/path features with old_ prefix
Alex Crichton
-2
/
+2
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+0
2015-02-11
Opt into new `box_patterns` feature gate in various crates.
Felix S. Klock II
-0
/
+1
2015-02-09
Process cfg_attr right before stripping cfg
Keegan McAllister
-1
/
+0
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-2
/
+0
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-2
/
+0
2015-02-01
std: Add a new `env` module
Alex Crichton
-1
/
+1
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-7
/
+6
2015-01-30
fixes after rebase
Jorge Aparicio
-1
/
+0
2015-01-30
fix fallout
Jorge Aparicio
-0
/
+3
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+11
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-17
std: Move the bitflags! macro to a gated crate
Alex Crichton
-0
/
+1
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+1
2015-01-07
rollup merge of #20657: alexcrichton/stabilize-macros
Alex Crichton
-2
/
+0
[next]