]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-06-27 borsAuto merge of #34169 - scottcarr:dominator-cache, r...
2016-06-27 borsAuto merge of #34477 - ollie27:patch-1, r=GuillaumeGomez
2016-06-27 borsAuto merge of #34453 - frewsxcv:regress, r=sanxiyn
2016-06-27 borsAuto merge of #34419 - eddyb:virtually-inexistent,...
2016-06-27 borsAuto merge of #34491 - eddyb:return-in-peace, r=nagisa
2016-06-26 Eduard BurtescuRemove the return_address intrinsic.
2016-06-26 borsAuto merge of #34450 - jseyfried:fix_include_path,...
2016-06-26 borsAuto merge of #34469 - frewsxcv:path-components, r...
2016-06-26 borsAuto merge of #34468 - frewsxcv:doc-links, r=GuillaumeGomez
2016-06-25 borsAuto merge of #34465 - frewsxcv:builder-name-example...
2016-06-25 Oliver Middletonrustdoc: Fix search result layout for enum variants...
2016-06-25 borsAuto merge of #34410 - frewsxcv:code-like, r=apasel422
2016-06-25 Corey FarwellIndicate how the `std::path::Components` struct is...
2016-06-25 borsAuto merge of #34464 - Manishearth:rollup, r=Manishearth
2016-06-25 Corey FarwellAdd hyperlinks to `std::fs` functions from `std::path`.
2016-06-25 Manish GoregaokarRollup merge of #34449 - regexident:ast_docs, r=stevekl...
2016-06-25 Manish GoregaokarRollup merge of #34445 - pyjarrett:lang_item_table_macr...
2016-06-25 Manish GoregaokarRollup merge of #34438 - frewsxcv:joinhandle, r=Guillau...
2016-06-25 Manish GoregaokarRollup merge of #34435 - sanxiyn:typo, r=apasel422
2016-06-25 Manish GoregaokarRollup merge of #34414 - alfiedotwtf:patch-1, r=stevekl...
2016-06-25 Manish GoregaokarRollup merge of #34411 - Vogtinator:patch-1, r=sanxiyn
2016-06-25 Manish GoregaokarRollup merge of #34379 - liigo:patch-11, r=GuillaumeGomez
2016-06-25 Corey FarwellAdd regression test for #24424.
2016-06-25 Corey FarwellAdd doc example for `std::thread::Builder::name`.
2016-06-25 borsAuto merge of #34452 - frewsxcv:unwrap-or, r=alexcrichton
2016-06-25 borsAuto merge of #34441 - tbu-:pr_dont_ignore_errors,...
2016-06-24 borsAuto merge of #34401 - GuillaumeGomez:err-codes, r...
2016-06-24 borsAuto merge of #34439 - ollie27:rustdoc_panic_fix, r...
2016-06-24 Corey FarwellAdd examples in docs for `JoinHandle`.
2016-06-24 Vincent EscheImprove `syntax::ast::*` type docs (examples, etc)
2016-06-24 borsAuto merge of #34425 - tbu-:pr_len_instead_of_size_hint...
2016-06-24 Corey FarwellUse `Option::expect` instead of `unwrap_or_else` with...
2016-06-24 Corey FarwellIndicate how the `JoinHandle` struct is created.
2016-06-24 Jeffrey SeyfriedAdd regression test
2016-06-24 Jeffrey SeyfriedRevert a change to the relative path for macro-expanded...
2016-06-24 borsAuto merge of #34399 - alexcrichton:issue-audit, r...
2016-06-24 Tobias BucherBubble up the errors in `set_nonblocking` and `set_cloexec`
2016-06-24 borsAuto merge of #34055 - brson:cmake, r=alexcrichton
2016-06-24 Paul JarrettRenames "lets_do_this" macro more appropriately.
2016-06-24 borsAuto merge of #34077 - durka:patch-23, r=alexcrichton
2016-06-23 Oliver Middletonrustdoc: Fix panic caused by doc(hidden) trait methods
2016-06-23 Alex Crichtonstd: Fix up stabilization discrepancies
2016-06-23 Scott A Carradd control flow graph and algorithms. add dominator...
2016-06-23 Seo SanghyeonFix typo in future incompatible lint
2016-06-23 borsAuto merge of #34372 - ollie27:rustdoc_sidebar, r=steve...
2016-06-23 Tobias BucherDon't ignore errors of syscalls in std::sys::unix::fd
2016-06-23 borsAuto merge of #34364 - cynicaldevil:develop, r=Guillaum...
2016-06-23 Tobias BucherUse `len` instead of `size_hint` where appropiate
2016-06-23 borsAuto merge of #34253 - jseyfried:improve_multi_modifier...
2016-06-23 Liigo ZhuangImprove diagnostics E0425: `use` (public) items
2016-06-23 borsAuto merge of #34374 - jseyfried:fix_hygiene_bug, r=nrc
2016-06-23 Eduard BurtescuDon't translate vtable methods with Self: Sized bounds.
2016-06-23 Alex Burkaupgrade thread_local! invocation syntax
2016-06-22 Jeffrey SeyfriedMore hygiene tests
2016-06-22 borsAuto merge of #33748 - emilio:mpsc-recv-timeout, r...
2016-06-22 Alfie JohnSwitched tense to clarify what is happening in the...
2016-06-22 Emilio Cobos... std: sync: Implement recv_timeout()
2016-06-22 Fabian VogtFix typo in bootstrap README
2016-06-22 Corey FarwellParameters in doc comment should be formatted code...
2016-06-22 borsAuto merge of #34408 - Manishearth:rollup, r=Manishearth
2016-06-22 Manish GoregaokarRollup merge of #34404 - ollie27:concat_idents, r=alexc...
2016-06-22 Manish GoregaokarRollup merge of #34394 - oli-obk:const_cast_false_posit...
2016-06-22 Manish GoregaokarRollup merge of #34387 - ollie27:rustdoc_src_links...
2016-06-22 Manish GoregaokarRollup merge of #34383 - alexcrichton:less-compiler...
2016-06-22 Manish GoregaokarRollup merge of #34367 - Stebalien:issue-23281, r=sfackler
2016-06-22 Manish GoregaokarRollup merge of #34363 - GuillaumeGomez:sleep, r=alexcr...
2016-06-22 Manish GoregaokarRollup merge of #34190 - ollie27:wrapping_fmt, r=alexcr...
2016-06-22 borsAuto merge of #33976 - komamitsu:assert_eq_with_msg...
2016-06-22 borsAuto merge of #33830 - moosingin3space:feature/mutable...
2016-06-22 Brian AndersonConvert makefiles to build LLVM/compiler-rt with CMake
2016-06-21 borsAuto merge of #34402 - GuillaumeGomez:rollup, r=Guillau...
2016-06-21 Oliver MiddletonMark concat_idents! unstable
2016-06-21 Guillaume GomezRollup merge of #34391 - pyjarrett:master, r=jseyfried
2016-06-21 Guillaume GomezRollup merge of #34380 - sanxiyn:travis-gdb, r=alexcrichton
2016-06-21 Guillaume GomezRollup merge of #34378 - liigo:patch-10, r=Manishearth
2016-06-21 Guillaume GomezRollup merge of #34371 - frewsxcv:thread-name, r=stevek...
2016-06-21 Guillaume GomezRollup merge of #34369 - astocko:fix_doc_urls, r=stevek...
2016-06-21 Guillaume GomezRollup merge of #34360 - dsprenkels:ops-doc, r=apasel422
2016-06-21 Guillaume GomezRollup merge of #34356 - matklad:cstr-docs, r=Guillaume...
2016-06-21 Guillaume GomezAdd error code flags
2016-06-21 Nathan Moosimplemented peek_mut and unit tests
2016-06-21 Nikhil ShagrithayaModified E0220 to show error messages for more general...
2016-06-21 Guillaume GomezFix overflow error in thread::sleep
2016-06-21 borsAuto merge of #34155 - ollie27:unzip, r=alexcrichton
2016-06-21 Oliver Schneiderdon't warn on casting byte strs to slices
2016-06-21 Mitsunori KomatsuAdd message argument to `assert_eq` macro
2016-06-21 borsAuto merge of #34189 - eddyb:mir-trans-imm, r=nagisa
2016-06-21 Paul JarrettImproves organization of driver includes.
2016-06-20 borsAuto merge of #34186 - GuillaumeGomez:err-code-check...
2016-06-20 Oliver Middletonrustdoc: Fix a couple of issues with src links to exter...
2016-06-20 Eduard Burtescutrans: generalize immediate temporaries to all MIR...
2016-06-20 Eduard Burtescutrans: noop drops don't need their lvalue in an alloca.
2016-06-20 Eduard Burtescutrans: derefs don't need the pointer in an alloca.
2016-06-20 Eduard Burtescutrans: split trans_consume off from trans_operand.
2016-06-20 Steven AllenAdd regression test for #23281
2016-06-20 Guillaume GomezAdd error code flag
2016-06-20 Alex Crichtonconfigure: Remove clang version checks
2016-06-20 Jeffrey SeyfriedAdd more hygiene tests
2016-06-20 Jeffrey SeyfriedAdd regression test
2016-06-20 Jeffrey SeyfriedRemove unit tests
next