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
/
librustdoc
/
core.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-24
Convert builtin lints to uppercase names for style consistency
Keegan McAllister
-1
/
+1
2014-06-24
Store the registered lints in the Session
Keegan McAllister
-2
/
+4
2014-06-24
Replace enum LintId with an extensible alternative
Keegan McAllister
-1
/
+3
2014-06-24
Move lint.rs out of middle
Keegan McAllister
-1
/
+1
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-0
/
+1
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-3
/
+3
2014-06-09
Implement #[plugin_registrar]
Keegan McAllister
-3
/
+2
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-31
rustdoc: Suck in all impls from external crates
Alex Crichton
-0
/
+2
2014-05-27
rustdoc: Only link to local inlined foreign items
Alex Crichton
-0
/
+6
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-5
/
+5
2014-05-22
rustdoc: Fill in external trait methods
Alex Crichton
-1
/
+13
2014-05-21
rustc: rename the lint `level` enum for style.
Huon Wilson
-1
/
+1
2014-05-19
rustc: Add official support for weak failure
Alex Crichton
-1
/
+1
2014-05-15
Add compiler flag to configure output coloring
Hanno Braun
-1
/
+1
2014-05-12
librustdoc: Remove all `~str` usage from librustdoc.
Patrick Walton
-4
/
+4
2014-05-11
Reorganise driver code.
Nick Cameron
-7
/
+8
2014-05-09
rustdoc: Hyperlink cross-crate reexports
Alex Crichton
-1
/
+10
2014-05-07
std: Modernize the local_data api
Alex Crichton
-2
/
+1
2014-05-03
rustdoc: Stop requiring a crate ID attribute
Alex Crichton
-2
/
+4
2014-05-03
rustdoc: Don't have rustc emit warnings
Alex Crichton
-0
/
+2
2014-03-31
rustdoc: Switch field privacy as necessary
Alex Crichton
-4
/
+4
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-3
/
+4
2014-03-17
Fix rustdoc and tests.
Eduard Burtescu
-7
/
+5
2014-03-17
De-@ filesearch.
Eduard Burtescu
-2
/
+2
2014-03-17
De-@ Session usage.
Eduard Burtescu
-13
/
+26
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-1
/
+3
2014-03-08
librustdoc: Fix librustdoc for the `Vec<T>` change.
Patrick Walton
-1
/
+1
2014-02-28
rustdoc: Capture all output from rustc by default
Alex Crichton
-1
/
+1
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-9
/
+9
2014-02-11
Remove binary field
Seo Sanghyeon
-1
/
+0
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-4
/
+2
2014-02-06
Redesign output flags for rustc
Alex Crichton
-1
/
+1
2014-02-06
Avoid cloning ast::CrateConfig
Seo Sanghyeon
-2
/
+2
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-1
/
+3
2014-01-27
debuginfo: Fix name attribute for DWARF compile units
Michael Woerister
-2
/
+2
2014-01-17
rustc::driver: Capitalize structs and enums
klutzy
-3
/
+3
2014-01-16
Load macros from external modules
Steven Fackler
-1
/
+3
2014-01-07
Inline reexports in rustdoc
Alex Crichton
-5
/
+12
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-3
/
+3
2014-01-03
librustdoc: De-`@mut` `librustdoc`
Patrick Walton
-1
/
+1
2014-01-01
rustc::driver: Remove two @s
klutzy
-1
/
+1
2013-12-26
librustc: De-`@mut` the additional library search paths
Patrick Walton
-1
/
+2
2013-12-23
rustdoc: Add the ability to test code in comments
Alex Crichton
-6
/
+2
2013-12-02
rustdoc: Tell rustc we're building a library
Alex Crichton
-0
/
+1
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-11-24
rustdoc: pass through --cfg to rustc
Corey Richardson
-4
/
+6
2013-11-13
make missing_doc lint respect the visibility rules
David Creswick
-13
/
+3
2013-10-26
Make addl_lib_search_paths a HashSet (Closes #7718).
Joshua Yanovski
-3
/
+3
[next]