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-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-17
Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakis
Manish Goregaokar
-20
/
+0
2015-02-17
Rollup merge of #22418 - japaric:diagnostics, r=nikomatsakis
Manish Goregaokar
-0
/
+11
2015-02-17
Rollup merge of #22241 - kmcallister:macro-plugin-cleanup, r=sfackler
Manish Goregaokar
-0
/
+22
2015-02-16
Make orphan check diagnostics clearer
Jorge Aparicio
-0
/
+11
2015-02-16
Remove obsolete stability attrs from test
Manish Goregaokar
-20
/
+0
2015-02-13
Auto merge of #22093 - petrochenkov:builtin, r=pnkfelix
bors
-0
/
+13
2015-02-12
Warn when linking a plugin into a non-plugin crate
Keegan McAllister
-0
/
+22
2015-02-11
rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flag
Alex Crichton
-0
/
+2
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
[prev]
[next]