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
/
lint
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-8
/
+8
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-8
/
+8
2015-01-08
Improvements to feature staging
Brian Anderson
-39
/
+27
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-57
/
+57
2015-01-07
rollup merge of #20663: brson/feature-staging
Alex Crichton
-13
/
+113
2015-01-07
Preliminary feature staging
Brian Anderson
-13
/
+113
2015-01-07
use slicing sugar
Jorge Aparicio
-57
/
+57
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-0
/
+1
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+1
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-11
/
+11
2015-01-07
fallout
Nick Cameron
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+1
2015-01-06
Implement impl reachability rules. This is a [breaking-change]. Type
Niko Matsakis
-0
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-50
/
+50
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-11
/
+11
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-1
/
+1
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-17
/
+21
2015-01-05
rollup merge of #20594: nikomatsakis/orphan-ordered
Alex Crichton
-0
/
+3
2015-01-05
rollup merge of #20511: csouth3/derive-lint
Alex Crichton
-12
/
+13
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-15
/
+21
2015-01-05
remove ty_closure
Jorge Aparicio
-5
/
+1
2015-01-05
Implement new orphan rule that requires that impls of remote traits meet the ...
Niko Matsakis
-0
/
+3
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-2
/
+0
2015-01-05
auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis
bors
-1
/
+1
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-1
/
+1
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-2
/
+2
2015-01-04
Rename `raw_pointer_deriving` lint to `raw_pointer_derive`
Chase Southwood
-12
/
+13
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-26
/
+26
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
Modify `type_known_to_meet_builtin_bound` so that it doesn't suppress overflow,
Niko Matsakis
-7
/
+3
2015-01-02
Merge remote-tracking branch 'origin/master' into rollup
Alex Crichton
-2
/
+2
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+2
2015-01-02
Accept `derive` instead of `deriving`
Nick Cameron
-2
/
+2
2015-01-01
auto merge of #20190 : cmr/rust/gate-macro-args, r=alexcrichton
bors
-27
/
+1
2015-01-01
Feature gate macro arguments
Corey Richardson
-27
/
+1
2014-12-30
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...
Michael Woerister
-0
/
+1
2014-12-29
rollup merge of #20194: nick29581/dst-syntax
Alex Crichton
-2
/
+2
2014-12-29
auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichton
bors
-3
/
+3
2014-12-29
Rebase fixes.
Huon Wilson
-2
/
+2
2014-12-26
Accept `?Sized` as well as `Sized?`
Nick Cameron
-2
/
+2
2014-12-25
Prepared most `StrExt` pattern using methods for stabilization
Marvin Löbel
-3
/
+3
2014-12-24
Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401
Simon Sapin
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-54
/
+56
2014-12-21
rollup merge of #20039: barosl/if-let-friendly-error
Alex Crichton
-3
/
+3
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+1
2014-12-20
Drop the Match prefix from the MatchSource variants
Barosl Lee
-3
/
+3
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-53
/
+25
[next]