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
/
librustc
/
driver
Age
Commit message (
Expand
)
Author
Lines
2013-11-08
Update various tests and libraries that were incorrectly
Niko Matsakis
-4
/
+1
2013-11-08
Create a new pass to resolve named lifetimes; rscope is not only
Niko Matsakis
-2
/
+5
2013-11-08
std::ascii: Provide a copyless [Ascii] -> str method.
Huon Wilson
-3
/
+1
2013-11-04
auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmr
bors
-1
/
+2
2013-11-04
Move io::file to io::fs and fns out of File
Alex Crichton
-2
/
+2
2013-11-03
Fix the temporary name of the object file created
Alex Crichton
-1
/
+2
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-2
/
+2
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-1
/
+2
2013-10-29
support for GNU configure syntax
Heather
-1
/
+1
2013-10-26
Make addl_lib_search_paths a HashSet (Closes #7718).
Joshua Yanovski
-6
/
+8
2013-10-24
Remove even more of std::io
Alex Crichton
-13
/
+13
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-8
/
+8
2013-10-17
Removed the -Z once_fns compiler flag and added the new feature directive of ...
Chris Sainty
-11
/
+6
2013-10-16
auto merge of #9833 : alexcrichton/rust/fixes, r=brson
bors
-0
/
+2
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-9
/
+9
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-12
/
+18
2013-10-14
rustdoc: Use privacy visibility for pruning
Alex Crichton
-0
/
+2
2013-10-10
Use the result of privacy for reachability
Alex Crichton
-4
/
+6
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-1
/
+1
2013-10-07
Extract privacy checking from name resolution
Alex Crichton
-6
/
+7
2013-10-06
Add appropriate #[feature] directives to tests
Alex Crichton
-1
/
+1
2013-10-05
Implement feature-gating for the compiler
Alex Crichton
-0
/
+2
2013-10-04
rustc: Use static strings in a few literals
blake2-ppc
-79
/
+78
2013-10-01
remove the `float` type
Daniel Micay
-8
/
+6
2013-10-01
auto merge of #9599 : alexcrichton/rust/less-fmt, r=huonw
bors
-11
/
+12
2013-09-30
rustc: Remove usage of fmt!
Alex Crichton
-11
/
+12
2013-10-01
add -Z soft-float option
Jyun-Yan You
-0
/
+2
2013-09-29
Remove all usage of @ast::Crate
Alex Crichton
-42
/
+42
2013-09-26
remove type_use
Daniel Micay
-26
/
+13
2013-09-24
Correctly encode item visibility in metadata
Alex Crichton
-2
/
+5
2013-09-23
test: Fix rustdoc and tests.
Patrick Walton
-4
/
+12
2013-09-23
librustc: Remove the remaining direct uses of `@fn` from librustc.
Patrick Walton
-12
/
+12
2013-09-23
librustc: Port the pretty printer annotation infrastructure to use traits ins...
Patrick Walton
-40
/
+75
2013-09-19
Turned extra::getopts functions into methods
Marvin Löbel
-34
/
+31
2013-09-12
std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}
Erick Tryzelaar
-1
/
+1
2013-09-12
std: rename Option::unwrap_or_default() to unwrap_or()
Erick Tryzelaar
-3
/
+3
2013-09-10
Delay assignment of node ids until after expansion. Ensures that each AST node
Niko Matsakis
-46
/
+61
2013-09-02
turn off android ndk asm pass
Ilyong Cho
-3
/
+1
2013-09-02
Renamed syntax::ast::ident -> Ident
Marvin Löbel
-2
/
+2
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-50
/
+50
2013-08-30
Tweak pass management and add some more options
Alex Crichton
-0
/
+21
2013-08-26
Rewrite pass management with LLVM
Alex Crichton
-2
/
+24
2013-08-24
librustc: Always use session target triple.
Luqman Aden
-4
/
+5
2013-08-22
Cleanup assembly source.
Vadim Chugunov
-3
/
+8
2013-08-22
Compile via external assembler on Windows.
Vadim Chugunov
-3
/
+8
2013-08-20
rm obsolete integer to_str{,_radix} free functions
Daniel Micay
-5
/
+4
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-2
/
+6
2013-08-19
Issue #3678: Remove wrappers and call foreign functions directly
Niko Matsakis
-0
/
+3
2013-08-16
debuginfo: Added test cases for generic structs and enums.
Michael Woerister
-0
/
+8
2013-08-13
Remove unused automatic cfg bindings Fixes #7169
Nick Desaulniers
-16
/
+13
[prev]
[next]