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
/
librustpkg
Age
Commit message (
Expand
)
Author
Lines
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-11
/
+11
2013-03-28
Removing unused imports
Alex Crichton
-6
/
+5
2013-03-26
librustc: Enforce that `extern mod` directives come first, then `use` directi...
Patrick Walton
-3
/
+3
2013-03-26
Fixed all use sites and tests
Marvin Löbel
-15
/
+22
2013-03-25
Kill some warnings: unused imports and old #[deny(..)]s.
Huon Wilson
-1
/
+0
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-1
/
+1
2013-03-22
libsyntax: Stop parsing `pure` and `static`
Patrick Walton
-1
/
+1
2013-03-20
librustc: Remove debug code and add scary warnings for rusti/rustpkg
Patrick Walton
-0
/
+3
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-6
/
+7
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-08
Finish de-implicit-selfing everything but the test suite
Ben Striegel
-0
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-11
/
+11
2013-03-06
auto merge of #5252 : nikomatsakis/rust/issue-5087-make-trait-not-impl-self, ...
bors
-0
/
+2
2013-03-06
Fix bug in coherence that causes all cross-crate impls to be regarded as
Niko Matsakis
-0
/
+2
2013-03-06
Finish de-implicit-selifizng libcore
Ben Striegel
-1
/
+1
2013-03-05
core: convert vec::{last,last_opt} to return references
Erick Tryzelaar
-3
/
+5
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-2
/
+0
2013-03-02
librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,...
Patrick Walton
-1
/
+1
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-14
/
+14
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-1
/
+2
2013-03-01
librustc: "APL2" -> "ASL2". rs=license-fix
Patrick Walton
-1
/
+1
2013-02-28
Fix license attribute on crates
sevrak
-1
/
+2
2013-02-25
libsyntax: progress on making syntax::visit vecs_implicitly_copyable-free
Erick Tryzelaar
-5
/
+5
2013-02-22
librustpkg: De-mut librustdoc and librustpkg. rs=demuting
Patrick Walton
-17
/
+18
2013-02-21
Remove the last bits of structural records from tests/rustc/rusti/rustpkg.
Luqman Aden
-2
/
+0
2013-02-20
Fix fallout in rusti & rustpkg.
Luqman Aden
-5
/
+5
2013-02-19
convert ast::meta_items to take @~strs
Erick Tryzelaar
-8
/
+8
2013-02-19
convert syntax::attr to use @~strs
Erick Tryzelaar
-2
/
+2
2013-02-15
rustpkg: Massage for landing.
Graydon Hoare
-394
/
+127
2013-02-15
rustpkg: Fix do listeners and support custom test logic
Zack Corr
-19
/
+40
2013-02-15
rustpkg: Add info command for probing a pkg.rs and expose work_dir/src_dir in...
Zack Corr
-6
/
+76
2013-02-15
rustpkg: Use pkg.rs instead of package.rs for consistency
Zack Corr
-2
/
+2
2013-02-15
Move semver to std and finish rustpkg
Zack Corr
-9
/
+8
2013-02-15
rustpkg: Clean up formatting issues
Zack Corr
-229
/
+240
2013-02-15
rustpkg: More fixes
Zack Corr
-9
/
+11
2013-02-15
rustpkg: Add do command and get cmd listeners working correctly
Zack Corr
-25
/
+119
2013-02-15
rustpkg: Add preliminary imperative API support
Zack Corr
-272
/
+792
2013-02-15
rustpkg: Finish all commands and declarative logic
Zack Corr
-93
/
+640
2013-02-15
rustpkg: Finish declarative compiling and fetching via git or curl (no workca...
Zack Corr
-58
/
+356
2013-02-15
rustpkg: Finish parsing package scripts and finish boilerplate
Zack Corr
-28
/
+284
2013-02-15
rustpkg: Add package script parsing
Zack Corr
-10
/
+218
2013-02-15
rustpkg: More preliminary work
Zack Corr
-1
/
+173
2013-02-15
Rename cargo to rustpkg and start over fresh
Zack Corr
-0
/
+31