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
/
test
/
auxiliary
Age
Commit message (
Expand
)
Author
Lines
2015-02-11
Feature-gate the `#[unsafe_no_drop_flag]` attribute.
Felix S. Klock II
-0
/
+2
2015-02-11
shift bindings to accommodate new lifetime/dtor rules.
Felix S. Klock II
-1
/
+2
2015-02-09
Use a crate attribute to load plugins
Keegan McAllister
-6
/
+5
2015-02-08
Fix issue #20427
we
-0
/
+13
2015-02-08
Auto merge of #22054 - LeoTestard:include-parse-errors, r=alexcrichton
bors
-0
/
+13
2015-02-07
Feature-gate #![no_std]
Keegan McAllister
-0
/
+3
2015-02-07
Fix handling of parse errors when using `include!()`.
Leo Testard
-0
/
+13
2015-02-06
librustdoc has been updated
GuillaumeGomez
-3
/
+3
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-3
/
+3
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-6
/
+6
2015-02-04
Fix test
Manish Goregaokar
-10
/
+3
2015-02-03
Auto merge of #21675 - huonw:less-false-positives, r=nikomatsakis
bors
-0
/
+3
2015-02-03
Try to only suggest implementable traits for method calls.
Huon Wilson
-0
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-31
Add tests for MultiItemDecorator
Adolfo Ochagavía
-3
/
+82
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-6
/
+6
2015-01-30
rollup merge of #21718: alexcrichton/stabilize-from-str
Alex Crichton
-1
/
+1
2015-01-30
rollup merge of #21704: FlaPer87/macro-reexport
Alex Crichton
-0
/
+2
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-1
/
+1
2015-01-30
fix tests
Jorge Aparicio
-1
/
+1
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-6
/
+6
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
Feature gate macro_reexport. Fixes #20906
Flavio Percoco
-0
/
+2
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-1
/
+1
2015-01-28
Merge remote-tracking branch 'origin/master' into rollup
Manish Goregaokar
-108
/
+103
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-19
/
+10
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+54
2015-01-23
grandfathered -> rust1
Brian Anderson
-17
/
+17
2015-01-23
Fix tidy.
Vadim Chugunov
-1
/
+1
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-12
/
+57
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-20
/
+20
2015-01-22
Added test.
Vadim Chugunov
-0
/
+26
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+5
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-17
/
+17
2015-01-21
Minor fixes
Brian Anderson
-0
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-111
/
+55
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-0
/
+26
2015-01-21
Added some tests for arbitrary ordered view items
Marvin Löbel
-0
/
+26
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-2
/
+2
2015-01-18
std: Stabilize TypeId and tweak BoxAny
Alex Crichton
-23
/
+21
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-2
/
+2
2015-01-17
auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakis
bors
-0
/
+16
2015-01-16
auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakis
bors
-0
/
+43
2015-01-16
rustc_resolve: Correctly record privacy of methods
Alex Crichton
-0
/
+16
2015-01-16
Prefer implemented traits in suggestions.
Huon Wilson
-1
/
+6
2015-01-15
Syntax extensions on trait and impl items.
Nick Cameron
-2
/
+29
2015-01-14
Implement suggestions for traits to import.
Huon Wilson
-0
/
+38
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-2
/
+2
2015-01-08
Improvements to feature staging
Brian Anderson
-16
/
+20
[prev]
[next]