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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-29
Rather than storing the relations between free-regions in a global
Niko Matsakis
-0
/
+2
2015-04-23
std: Remove deprecated/unstable num functionality
Alex Crichton
-0
/
+4
2015-04-02
Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix
Manish Goregaokar
-0
/
+2
2015-03-31
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+0
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-1
/
+0
2015-03-31
Add a "match" relation that can be used to make recursion check during
Niko Matsakis
-0
/
+1
2015-03-31
Port over type inference to using the new type relation stuff
Niko Matsakis
-0
/
+1
2015-03-27
rollup merge of #23794: brson/slicegate
Alex Crichton
-0
/
+1
2015-03-27
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+0
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
Change the trivial cast lints to allow by default
Nick Cameron
-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-25
Change lint names to plurals
Nick Cameron
-2
/
+2
2015-03-25
Add trivial cast lints.
Nick Cameron
-0
/
+3
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-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 #22975: alexcrichton/stabilize-ffi
Alex Crichton
-1
/
+0
2015-03-06
Suppress some warnings about features
Alex Crichton
-0
/
+2
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-1
/
+2
2015-03-05
std: Stabilize the `fs` module
Alex Crichton
-1
/
+1
2015-03-05
std: Stabilize the `ffi` module
Alex Crichton
-1
/
+0
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-1
/
+2
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-0
/
+3
2015-02-28
Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon
Manish Goregaokar
-1
/
+0
2015-02-28
Separate most of rustc::lint::builtin into a separate crate.
Huon Wilson
-1
/
+0
2015-02-27
std: Stabilize the `env` module
Alex Crichton
-1
/
+0
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-0
/
+1
2015-02-17
std: Rename io/path features with old_ prefix
Alex Crichton
-2
/
+2
2015-02-16
rustc: merge check_static into check_const.
Eduard Burtescu
-1
/
+0
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+1
2015-02-11
Opt into new `box_patterns` feature gate in various crates.
Felix S. Klock II
-0
/
+1
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
-9
/
+8
2015-01-30
fixes after rebase
Jorge Aparicio
-1
/
+0
2015-01-30
fix fallout
Jorge Aparicio
-0
/
+3
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-4
/
+4
2015-01-23
regex: Remove in-tree version
Alex Crichton
-1
/
+0
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-20
Make error code registration work again. #19624
Brian Anderson
-3
/
+3
[next]