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
/
librustc
/
rustc.rc
Age
Commit message (
Expand
)
Author
Lines
2013-03-27
librustc: Move inline asm stuff to different mod.
Luqman Aden
-0
/
+1
2013-03-26
librustc: Enforce that `extern mod` directives come first, then `use` directi...
Patrick Walton
-20
/
+18
2013-03-26
option: rm functions that duplicate methods
Daniel Micay
-4
/
+2
2013-03-26
rustc: Remove uses of oldmap::HashMap
Alex Crichton
-2
/
+4
2013-03-25
Kill some warnings: unused imports and old #[deny(..)]s.
Huon Wilson
-1
/
+0
2013-03-22
rustc: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-08
Finish de-implicit-selfing everything but the test suite
Ben Striegel
-1
/
+1
2013-03-06
Unified algebraic datatype representation implementation, initial version.
Jed Davis
-0
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-15
/
+0
2013-03-03
rustc: implement MIPS O32 ABI
Jyun-Yan You
-0
/
+1
2013-03-03
rustc: MIPS32 support
Jyun-Yan You
-0
/
+1
2013-03-02
librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defun
Patrick Walton
-3
/
+5
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-11
/
+11
2013-03-01
librustc: "APL2" -> "ASL2". rs=license-fix
Patrick Walton
-1
/
+1
2013-02-28
Fix license attribute on crates
sevrak
-2
/
+2
2013-02-27
Turn old `drop` blocks into `Drop` traits
Ben Striegel
-1
/
+4
2013-02-26
auto merge of #5120 : jbclements/rust/macros-have-scope, r=pcwalton
bors
-0
/
+1
2013-02-26
auto merge of #5115 : sanxiyn/rust/arm-abi, r=brson
bors
-0
/
+1
2013-02-26
Change imported macros to use leaky modules rather than leaky functions.
John Clements
-0
/
+1
2013-02-26
libcore: Move Cell to core and de-~mut core and std
Patrick Walton
-1
/
+1
2013-02-26
ARM C ABI implementation
Seo Sanghyeon
-0
/
+1
2013-02-21
core: Extract comm from pipes. #4742
Brian Anderson
-1
/
+1
2013-02-20
librustc: Get rid of structural records save for front/test.rs.
Luqman Aden
-1
/
+0
2013-02-19
librustc: convert lint_dict to take @~strs as keys
Erick Tryzelaar
-1
/
+1
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-7
/
+1
2013-02-15
librustc: Get rid of `move`.
Luqman Aden
-2
/
+2
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-02-08
oldmap: get rid of legacy _ref suffixes
Daniel Micay
-2
/
+2
2013-02-07
librustc: Lots of de-muting. rs=demuting
Patrick Walton
-2
/
+2
2013-02-03
oldmap: remove legacy each method
Daniel Micay
-1
/
+1
2013-02-03
oldmap: get rid of the legacy each_key method
Daniel Micay
-1
/
+1
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-6
/
+5
2013-01-30
librustc: De-export rustc. rs=deexporting
Patrick Walton
-16
/
+0
2013-01-30
librustc: De-export ty. rs=deexporting
Patrick Walton
-1
/
+0
2013-01-30
librustc: De-export trans. rs=deexporting
Patrick Walton
-18
/
+0
2013-01-30
rustc: Convert to pipes
Brian Anderson
-8
/
+11
2013-01-29
librustc: De-export some of trans. rs=deexporting
Patrick Walton
-7
/
+0
2013-01-29
librustc: De-export back, lib, and util. rs=deexporting
Patrick Walton
-15
/
+0
2013-01-29
librustc: De-export driver. rs=deexport
Patrick Walton
-83
/
+76
2013-01-29
librustc: De-implicit-self the visitor. r=graydon
Patrick Walton
-0
/
+1
2013-01-28
Add #[legacy_records] crate attribute
Tim Chevalier
-0
/
+1
2013-01-25
rustc: Make build_wrap_ret compile on Windows and unrevert ABI patch
Tim Chevalier
-0
/
+4
2013-01-23
Revert "Merge pull request #4590 from crabtw/abi"
Tim Chevalier
-4
/
+0
2013-01-24
add ABIInfo trait and separate x86-64 ABI implementation from foreign trans
Jyun-Yan You
-0
/
+4
2013-01-17
Add a license check to tidy. #4018
Brian Anderson
-1
/
+0
2013-01-13
Support ARM and Android
kyeongwoon
-0
/
+2
2013-01-08
Rename identifiers that still use 'alt' to use 'match'
Lindsey Kuper
-2
/
+2
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-5
/
+6
[next]