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
Age
Commit message (
Expand
)
Author
Lines
2012-11-14
Track character and byte positions together in the parser
Brian Anderson
-34
/
+42
2012-11-14
std: Don't use Drop trait in thread_pool
Brian Anderson
-4
/
+1
2012-11-14
Convert libstd to use the Drop trait
Ben Striegel
-52
/
+107
2012-11-14
Add types for character position and byte position in the codemap
Brian Anderson
-161
/
+285
2012-11-14
Camel case all the codemap types except span
Brian Anderson
-104
/
+104
2012-11-14
Revert "Convert libstd to use the Drop trait"
Brian Anderson
-107
/
+52
2012-11-14
rustc: Only strip out the main function when generating test executable, not lib
Brian Anderson
-2
/
+3
2012-11-14
rustc: Generate test code when in the 'test' config
Brian Anderson
-1
/
+7
2012-11-14
Convert libstd to use the Drop trait
Ben Striegel
-52
/
+107
2012-11-14
Move two fn assignability tests from compile-fail to run-pass
Brian Anderson
-2
/
+2
2012-11-14
Long lines
Brian Anderson
-1
/
+2
2012-11-14
Remove obsolete const pattern test
Brian Anderson
-15
/
+0
2012-11-14
librustc: Require the #[derivable] attribute, remove the significance of "imp...
Patrick Walton
-272
/
+335
2012-11-14
rustc: Implement let assignability. r=nmatsakis
Patrick Walton
-11
/
+39
2012-11-14
rustc: Allow constants to be used in patterns. r=nmatsakis
Patrick Walton
-54
/
+176
2012-11-13
Tools should not be build prereqs of tests. Closes #3946
Brian Anderson
-0
/
+1
2012-11-13
librustc: Stop reexporting all of core in every crate. rs=really-bad-bug
Patrick Walton
-15
/
+24
2012-11-13
whitespace police 2
Graydon Hoare
-2
/
+2
2012-11-13
whitespace police
Graydon Hoare
-2
/
+2
2012-11-13
rustc: fix pp build breakage.
Graydon Hoare
-1
/
+1
2012-11-13
librustc: Implement deriving with a unit return type. r=tjc
Patrick Walton
-67
/
+235
2012-11-13
rustc: add new token-tree based quasiquoter.
Graydon Hoare
-19
/
+368
2012-11-13
rustc: Remove the case of foo![...] as invocation syntax. foo!(...) and foo!{...
Graydon Hoare
-2
/
+2
2012-11-13
Revert "`m1!{...}` is now forbidden. Use `m1!(...)` instead."
Graydon Hoare
-7
/
+18
2012-11-13
cleanup: convert some remaining #foo invocations to foo! form.
Graydon Hoare
-34
/
+22
2012-11-12
rustc: Make static methods not leak out of traits. r=brson
Patrick Walton
-15
/
+87
2012-11-12
Remove unused get_snippet function from codemap
Brian Anderson
-6
/
+0
2012-11-12
Make it clearer which codemap functions use chars vs. bytes
Brian Anderson
-20
/
+23
2012-11-12
Objectify the codemap
Brian Anderson
-193
/
+195
2012-11-12
Merge pull request #3954 from burg/result-chain
Brian Anderson
-5
/
+5
2012-11-12
Fix Result::chain, Result::chain_err to not require Copy bounds.
Brian J. Burg
-5
/
+5
2012-11-12
Convert codemap from legacy_exports
Brian Anderson
-57
/
+27
2012-11-12
Remove expn_info box typedef from codemap
Brian Anderson
-8
/
+11
2012-11-12
Reorder codemap decls
Brian Anderson
-32
/
+32
2012-11-12
Remove CodeMap box typedef from codemap
Brian Anderson
-48
/
+50
2012-11-12
Reformatting in codemap
Brian Anderson
-2
/
+5
2012-11-12
Move codemap doc comments to the proper place
Brian Anderson
-6
/
+6
2012-11-12
Move filemap ctors to static methods
Brian Anderson
-22
/
+26
2012-11-12
Remove filemap box typedef from codemap
Brian Anderson
-21
/
+19
2012-11-12
Convert most codemap types from records to structs
Brian Anderson
-34
/
+52
2012-11-12
rustc: Implement floating point literal inference. r=nmatsakis
Patrick Walton
-46
/
+363
2012-11-09
Add a test for multiple main functions
Brian Anderson
-0
/
+7
2012-11-08
xfail-fast run-pass/pub-use-xcrate
Brian Anderson
-0
/
+1
2012-11-08
std: Eliminate copy warning
Brian Anderson
-1
/
+1
2012-11-08
Whitespace
Brian Anderson
-1
/
+1
2012-11-08
rustc: Fix cross-crate reexports. #3908. r=pcwalton
Brian Anderson
-11
/
+36
2012-11-08
Change option::expect to not require a Copy bound, and move instead.
Brian J. Burg
-4
/
+5
2012-11-08
Merge pull request #3923 from am0d/master
Brian Anderson
-5
/
+63
2012-11-07
Fix whitespace issues from previous commits.
a_m0d
-2
/
+48
2012-11-07
rustc: Support irrefutable patterns in function arguments. r=nmatsakis
Patrick Walton
-159
/
+392
[prev]
[next]