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
Age
Commit message (
Expand
)
Author
Lines
2014-06-25
tidy macro just a bit
John Clements
-13
/
+13
2014-06-25
auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson
bors
-74
/
+4
2014-06-25
auto merge of #15163 : alexcrichton/rust/rollup, r=alexcrichton
bors
-2644
/
+2911
2014-06-24
Test fixes from the rollup
Alex Crichton
-7
/
+13
2014-06-24
Stabilize version output for rustc and rustdoc
Robert Buonpastore
-15
/
+47
2014-06-24
rustc: Don't register syntax crates twice
Alex Crichton
-1
/
+16
2014-06-24
test: Add a test for regions, traits, and variance.
Patrick Walton
-0
/
+52
2014-06-24
librustc: Check function argument patterns for legality of by-move
Patrick Walton
-0
/
+22
2014-06-24
Make parse_expr_res public
Keegan McAllister
-1
/
+1
2014-06-24
Allow splicing more things in quotes
Keegan McAllister
-0
/
+16
2014-06-24
Use macros to implement syntax::ext::quote::ToSource
Keegan McAllister
-125
/
+74
2014-06-24
Avoid unnecessary temporary on assignments
Björn Steinbrink
-2
/
+2
2014-06-24
Remove few FIXMEs
Piotr Jawniak
-19
/
+7
2014-06-24
Fix grammar in tutorial
Michael Zhou
-1
/
+1
2014-06-24
std: Add stability attributes to primitive numeric modules
Brian Anderson
-0
/
+44
2014-06-24
Move core::bool tests to run-pass
Brian Anderson
-99
/
+77
2014-06-24
core: Remove bool::to_bit
Brian Anderson
-24
/
+1
2014-06-24
core: Add stability attributes to Clone
Brian Anderson
-0
/
+14
2014-06-24
added xfailed test for issue 9737
John Clements
-0
/
+20
2014-06-24
added xfailed tests for two other flavors of var hygiene
John Clements
-0
/
+47
2014-06-24
Add the Guide, add warning to tutorial.
Steve Klabnik
-1
/
+19
2014-06-24
Fix #15129
Jakub Wieczorek
-11
/
+89
2014-06-24
Improve ambiguous pronoun.
Steve Klabnik
-3
/
+4
2014-06-24
rustc: Always include the morestack library
Alex Crichton
-14
/
+40
2014-06-24
Remove the cheat sheet.
Steve Klabnik
-283
/
+1
2014-06-24
Add tests for #12470 and #14285
Edward Wang
-0
/
+67
2014-06-24
Add more description to c_str::unwrap().
Steve Klabnik
-1
/
+4
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-2050
/
+2229
2014-06-24
std: Bring back half of Add on String
Alex Crichton
-0
/
+17
2014-06-24
Remove the quad_precision_float feature gate
Alex Crichton
-74
/
+4
2014-06-24
auto merge of #15024 : kmcallister/rust/lint, r=alexcrichton
bors
-2138
/
+2892
2014-06-24
auto merge of #15118 : stepancheg/rust/concat, r=alexcrichton
bors
-3
/
+8
2014-06-24
More upstream lint changes
Keegan McAllister
-27
/
+7
2014-06-24
Test lint plugins
Keegan McAllister
-0
/
+223
2014-06-24
Implement lint plugins
Keegan McAllister
-10
/
+39
2014-06-24
Incorporate upstream changes to old lint code
Keegan McAllister
-46
/
+18
2014-06-24
List builtin lints one per line for better diffs
Keegan McAllister
-13
/
+37
2014-06-24
Reindent function call continuations, and other style fixes
Keegan McAllister
-103
/
+104
2014-06-24
Drop the ExportedItems argument from LintPass::check_crate
Keegan McAllister
-5
/
+3
2014-06-24
Make the crate and its exported items available in the lint context
Keegan McAllister
-13
/
+15
2014-06-24
Rework lint attr parsing and use it in middle::dead
Keegan McAllister
-53
/
+59
2014-06-24
Convert builtin lints to uppercase names for style consistency
Keegan McAllister
-126
/
+126
2014-06-24
Use names in Lint structs in an ASCII-case-insensitive way
Keegan McAllister
-13
/
+27
2014-06-24
Run lint passes using the Option dance instead of RefCells
Keegan McAllister
-8
/
+14
2014-06-24
Stop using Default for initializing builtin lints
Keegan McAllister
-43
/
+27
2014-06-24
Clean up and document the public lint API
Keegan McAllister
-681
/
+767
2014-06-24
Store the registered lints in the Session
Keegan McAllister
-128
/
+208
2014-06-24
Replace enum LintId with an extensible alternative
Keegan McAllister
-766
/
+744
2014-06-24
Convert lints to a trait-based infrastructure
Keegan McAllister
-1001
/
+1306
2014-06-24
Rename lint::Lint to lint::LintId
Keegan McAllister
-14
/
+14
[next]