about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-21Auto merge of #58927 - GuillaumeGomez:default-keyword, r=QuietMisdreavusbors-7/+51
2019-03-21Auto merge of #58913 - Milack27:patch_buf_reader, r=joshtriplettbors-2/+45
2019-03-21Auto merge of #58902 - matthewjasper:generator-cleanup-blocks, r=davidtwcobors-60/+129
2019-03-20Auto merge of #58897 - Mark-Simulacrum:tool-rework, r=alexcrichtonbors-62/+99
2019-03-20Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichtonbors-140/+327
2019-03-20Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichtonbors-25/+75
2019-03-20Auto merge of #59298 - kennytm:rollup, r=kennytmbors-15/+46
2019-03-20Rollup merge of #59257 - redox-os:upstream-redox, r=sanxiynkennytm-10/+4
2019-03-20Rollup merge of #59253 - kennytm:precise-docker-cache-hash, r=pietroalbinikennytm-1/+12
2019-03-20Rollup merge of #59038 - kennytm:track-embedded-book, r=oli-obkkennytm-3/+9
2019-03-20Rollup merge of #58986 - cuviper:ppc64-binutils, r=alexcrichtonkennytm-1/+21
2019-03-20Use `curl` instead of `wget` in install-x86_64-redox.shkennytm-1/+1
2019-03-19Ignore test on WindowsDouglas Creager-1/+6
2019-03-19Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbgbors-5612/+25
2019-03-19Remove libterm from bootstrapgnzlbg-1/+0
2019-03-19Explicitly prefer dynamic linking in test caseDouglas Creager-0/+1
2019-03-19Rollup merge of #59290 - oli-obk:trivial_move_prop, r=davidtwcoMazdak Farrokhzad-0/+23
2019-03-19Rollup merge of #59280 - joshlf:sandbox/joshlf/stabilize-refcell-map-split, r...Mazdak Farrokhzad-5/+2
2019-03-19Rollup merge of #59275 - regexident:docs-self, r=joshtriplettMazdak Farrokhzad-44/+44
2019-03-19Rollup merge of #59116 - estebank:comma-sugg, r=petrochenkovMazdak Farrokhzad-9/+27
2019-03-19Rollup merge of #58939 - taeguk:fix-doc-about-pin, r=rkruppeMazdak Farrokhzad-1/+1
2019-03-19Rollup merge of #58812 - jonhoo:floor_v_trunc, r=alexcrichtonMazdak Farrokhzad-8/+16
2019-03-19Rollup merge of #58778 - xfix:exact_size_case_mapping_iter, r=SimonSapinMazdak Farrokhzad-0/+26
2019-03-19Rollup merge of #57847 - clarcharr:dbg_no_params, r=CentrilMazdak Farrokhzad-4/+15
2019-03-19Rollup merge of #57729 - pnkfelix:issue-55748-pat-types-are-constraints-on-bi...Mazdak Farrokhzad-0/+99
2019-03-19Rollup merge of #56348 - matklad:todo-macro, r=withoutboatsMazdak Farrokhzad-1/+61
2019-03-19Directly reference the roadmap upstreamgnzlbg-18/+1
2019-03-19Export stats::Summary from libtestgnzlbg-1/+4
2019-03-19Add missing explicit importsgnzlbg-1/+6
2019-03-19Move black_box back to rust-lang/libtest and use explicit importsgnzlbg-1/+20
2019-03-19Add a README to libtest with a roadmapgnzlbg-0/+30
2019-03-19Allow the staged_apignzlbg-0/+1
2019-03-19Use feature(test)gnzlbg-0/+1
2019-03-19Use libtest from crates.iognzlbg-1/+1
2019-03-19Re-export libtestgnzlbg-0/+17
2019-03-19Move libtest out of rust-lang/rustgnzlbg-5646/+1
2019-03-19Run branch cleanup after copy propOliver Scherer-0/+23
2019-03-19Update since annotation for ExactSizeIterator for ToUppercase/LowercaseKonrad Borowski-2/+2
2019-03-19Auto merge of #59279 - mati865:clippy, r=Xanewokbors-13/+15
2019-03-18Stabilize refcell_map_split featureJoshua Liebow-Feeser-5/+2
2019-03-18Auto merge of #56462 - Zoxc:query-macro, r=oli-obkbors-320/+760
2019-03-18Update Clippy, RLS and RustfmtMateusz Mikuła-13/+15
2019-03-18Add todo!() macroAleksey Kladov-1/+61
2019-03-18Preprocess query modifiersJohn Kåre Alsaker-31/+82
2019-03-18Replaced self-reflective explicit types with clearer `Self` or `Self::…` in...Vincent Esche-44/+44
2019-03-18Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichtonbors-789/+44
2019-03-18Auto merge of #58872 - rep-nop:diagnostic-fix-56031, r=petrochenkovbors-3/+25
2019-03-18Clean up parsing code and split out codegen for the QueryDescription implJohn Kåre Alsaker-185/+142
2019-03-18Add load_cached query modifier and keep dep node names consistent with query ...John Kåre Alsaker-308/+315
2019-03-18Define queries using a proc macroJohn Kåre Alsaker-138/+563